home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / ewjdemo.dir / 00112.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  149 b   |  10 lines

  1. on mouseDown
  2.   if legalButton(the clickOn) then
  3.     cursor(4)
  4.     playSound("Video")
  5.     unLoad()
  6.     unLoadCast()
  7.     go("game movie")
  8.   end if
  9. end
  10.